ComponentOne ASP.NET MVC Controls
Range(Int32,Int32,Nullable<Int32>,Nullable<Int32>) Method

C1.Web.Mvc.Sheet.Fluent Namespace > TableBuilder Class > Range Method : Range(Int32,Int32,Nullable<Int32>,Nullable<Int32>) Method
The start row index.
The start column index.
The end row index.
The end column index.
Sets the Range property.
Syntax
'Declaration
 
Public Overloads Function Range( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   Optional ByVal row2 As Nullable(Of Integer), _
   Optional ByVal col2 As Nullable(Of Integer) _
) As TableBuilder

Parameters

row
The start row index.
col
The start column index.
row2
The end row index.
col2
The end column index.

Return Value

Current builder.
See Also

Reference

TableBuilder Class
TableBuilder Members
Overload List